GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-04T01:20:09.1291334+00:00",
"SubmitDate": "2026-05-04T01:20:09.1291334+00:00",
"ReportPeriodStart": "2026-05-04T01:20:09.1291334+00:00",
"ReportPeriodEnd": "2026-05-04T01:20:09.1291334+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "81a573dc-07ff-4c95-9506-65ddeb72bf92",
"Rows": [
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "81a573dc-07ff-4c95-9506-65ddeb72bf92",
"Rows": [
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d3074420-10cf-4609-8bcb-24b8b5048c3a",
"10b6c624-fe5f-40b5-809d-51481ca7dc25"
],
"Approvers": [
"4bccfba8-b471-46b2-b9bd-a02aba2bbe9d",
"7a7b1131-f5b5-4d38-aa39-5b07ce82a22d"
],
"ApprovedBy": "32ff36f7-2195-4585-ab39-4a4b9ffc7649",
"ApprovalDate": "2026-05-04T01:20:09.1291334+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "465ce5f2-f127-4f9e-9685-f0577fb33069",
"id": "4e2aa210-ebf6-4bef-b669-4da7633dff84",
"ConfigId": "8eec8b4e-61db-4e5d-bad3-52f1338c4047"
},
{
"GenerationDate": "2026-05-04T01:20:09.1291334+00:00",
"SubmitDate": "2026-05-04T01:20:09.1291334+00:00",
"ReportPeriodStart": "2026-05-04T01:20:09.1291334+00:00",
"ReportPeriodEnd": "2026-05-04T01:20:09.1291334+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "81a573dc-07ff-4c95-9506-65ddeb72bf92",
"Rows": [
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "81a573dc-07ff-4c95-9506-65ddeb72bf92",
"Rows": [
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2b18e2a-a07a-4b6a-82f8-aa9770f33dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d3074420-10cf-4609-8bcb-24b8b5048c3a",
"10b6c624-fe5f-40b5-809d-51481ca7dc25"
],
"Approvers": [
"4bccfba8-b471-46b2-b9bd-a02aba2bbe9d",
"7a7b1131-f5b5-4d38-aa39-5b07ce82a22d"
],
"ApprovedBy": "32ff36f7-2195-4585-ab39-4a4b9ffc7649",
"ApprovalDate": "2026-05-04T01:20:09.1291334+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "465ce5f2-f127-4f9e-9685-f0577fb33069",
"id": "4e2aa210-ebf6-4bef-b669-4da7633dff84",
"ConfigId": "8eec8b4e-61db-4e5d-bad3-52f1338c4047"
}
]